#include <iostream.h>
#include <iomanip.H>

main(void)
{
       long n = 10000;
       cout << hex << n ;
       return 0;
}
